Received: from e55.webcom.com (e55.webcom.com [206.2.192.66]) by keeper.albany.net (8.7.5/8.7.5-MZ) with ESMTP id NAA05672 for <DWARNER@ALBANY.NET>; Mon, 18 Mar 1996 13:50:21 -0500 (EST)
Received: from localhost by e55.webcom.com with SMTP
(1.37.109.15/16.2) id AA198904953; Mon, 18 Mar 1996 10:49:14 -0800
Subject: Solution to " CAN not save rendered animation on SGI"
X-Listprocessor-Version: 6.0c -- ListProcessor by Anastasios Kotsikonas
Status: RO
X-Status:
First of all I'd like to thank everybody for the prompt responses to my
original posting about not being able to save a rendered
animation on SGI. It was especially helpful since tech support was not able
to find out why it was happening.
We can get LW to save an animation out to an SGI movie as well as saving it out
into individual files IF we change the the environment variable "ContentDirectory"
in the file .lwrc to point to LW_INSTALLATION directory instead of to the
user's directory and change the permission on the file to be READ-Only.
This is my guess as to why this is:
LW has two files .lwrc and .lwmrc in the LW_INSTALL/bin directory that
have environment variables which point to certain places under the LW_INSTALL
directory. When the user invokes LW it creates these 2 files in the user's
directory and re-defines the environment variables to point to the user's directory. This is OK except for the one variable "ContentDirectory" that should have been
pointing to the LW_INSTALLATION directory instead of to the user's directory.
By making the .lwrc file in the user's directory read-only, we prevent LW from
going in there and modifying the variable "ContentDirectory".